projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176ce51
)
Remove check for linux header on win32
author
Félix Piédallu
<felix@piedallu.me>
Thu, 11 Jan 2018 20:26:34 +0000
(21:26 +0100)
committer
Félix Piédallu
<felix@piedallu.me>
Fri, 2 Feb 2018 15:37:20 +0000
(16:37 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e1c818b535da0b18f966fcd1d52faf0f6fd695eb..9b44cd111444e5408d1b8afb5899f7b7fd341e90 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-174,7
+174,7
@@
endif
have_dlfcn_h = cc.has_header('dlfcn.h')
have_dl_h = cc.has_header('dl.h')
-if not (have_dlfcn_h or have_dl_h)
+if not (have_dlfcn_h or have_dl_h
or platform_win32
)
# error('Header dlfcn.h or dl.h not provided. Please provide one of them.')
endif